go/types.Checker.typeList (method)

4 uses

	go/types (current package)
		call.go#L51: 		targs = check.typeList(xlist)
		call.go#L271: 		targs = check.typeList(xlist)
		typexpr.go#L461: 	targs := check.typeList(ix.indices)
		typexpr.go#L554: func (check *Checker) typeList(list []ast.Expr) []Type {